home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- branch ;
- access ;
- symbols ;
- locks mgbaker:1.1; strict;
- comment @ * @;
-
-
- 1.1
- date 88.08.16.11.04.28; author nelson; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @/*
- * sync.c --
- *
- * Write the file system's cache to disk.
- *
- * Copyright (C) 1988 Regents of the University of California
- * All rights reserved.
- */
-
- #ifndef lint
- static char rcsid[] = "$Header: vmstat.c,v 1.3 88/08/15 15:53:19 nelson Exp $ SP
- RITE (Berkeley)";
- #endif not lint
-
- #include "sys.h"
-
-
- /*
- *----------------------------------------------------------------------
- *
- * main --
- *
- * The main program for sync.
- *
- * Results:
- * None.
- *
- * Side effects:
- * None.
- *
- *----------------------------------------------------------------------
- */
- main()
- {
- Sys_Shutdown(SYS_WRITE_BACK, NULL);
- }
- @
-